Click or drag to resize

Connection Constructor (String, Int32)

Initializes a new instance of the Connection class.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Connection(
	string address,
	int timeToLive
)

Parameters

address
Type: SystemString
The connection address.
timeToLive
Type: SystemInt32
The time to live value.
See Also